home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / arp-pro1.3 / OLD_MANUAL / Strncmp < prev    next >
Text File  |  1990-06-22  |  688b  |  67 lines

  1.  
  2.  
  3.  
  4.      Strncmp(31.0)      ARP Programmers Library     Strncmp(31.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.       Strncmp - Compare two    strings    for n bytes, ignoring case.
  10.  
  11.      SYNOPSIS
  12.       result = strcmp(s1, s2, n)
  13.         d0          a0  a1  d0
  14.  
  15.      FUNCTION
  16.       Compares two null terminated strings,    but will not continue
  17.       past n characters.  As for Strcmp(), this function folds
  18.       case.
  19.  
  20.      INPUTS
  21.       s1,s2    - Pointer to null terminated strings to    compare.
  22.  
  23.       n - maximum number of    characters to compare.
  24.  
  25.      RESULT
  26.       result - as for Strcmp(), see    that function for more info.
  27.  
  28.      BUGS
  29.       None Known.
  30.  
  31.      SEE ALSO
  32.       Strcmp()
  33.  
  34.      AUTHOR
  35.       SDB
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                         (printed 2/22/88)
  64.  
  65.  
  66.  
  67.